Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump luxon and exiftool-vendored #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps luxon to 3.2.1 and updates ancestor dependency exiftool-vendored. These dependencies need to be updated together.

Updates luxon from 1.22.0 to 3.2.1

Changelog

Sourced from luxon's changelog.

Changelog

3.2.0 (2022-12-29)

  • Allow timeZone to be specified as an intl option
  • Fix for diff's handling of end-of-month when crossing leap years (#1340)
  • Add Interval.toLocaleString() (#1320)

3.1.1 (2022-11-28)

  • Add Settings.twoDigitCutoffYear

3.1.0 (2022-10-31)

  • Add Duration.rescale

3.0.4 (2022-09-24)

  • Fix quarters in diffs (#1279)
  • Export package.json in package (#1239)

3.0.2 (2022-08-28)

  • Lots of doc changes
  • Added DateTime.expandFormat
  • Added support for custom conversion matrices in Durations

3.0.1 (2022-07-09)

  • Add DateTime.parseFormatForOpts

3.0.0 (2022-07-09)

  • Add "default" as an option for specifying a zone, and change "system" to really mean the system zone (breaking change)

2.5.0 (2022-07-09)

  • Support for ESM-style node imports
  • Fix Wednesday parsing for RFC 850 strings
  • Increase number of digits allowed in ISO durations

2.4.0 (2022-05-08)

  • Add support for parsing the ISO zone extension, like 2022-05-08T20:42:00.000-04:00[America/New_York]
  • Add an extendedZone option to toISO() and toISOTime
  • Improvements to DateTime.isInDST()
  • Fix for parsing in Vietnames (and probably other languages)

2.3.2 (2022-04-17)

... (truncated)

Commits

Updates exiftool-vendored from 10.0.0 to 18.6.0

Release notes

Sourced from exiftool-vendored's releases.

Release 18.6.0

  • prep v18.6.0 (004fe9d)
  • rebuild docs (277e982)
  • rebuild tags with v12.50 (d6fc431)
  • ncu -u (b4298b2)

Release 18.5.0

  • prep 18.5.0 (10f3c92)
  • rebuild docs (2c1975d)
  • Add error predicate for tasks. Only retry read tasks. (160e2fc)
  • make WriteTask success RE case-insensitive (9cd75ff)

Release 18.4.2

  • prep 18.4.2 (253b13f)
  • rebuild docs (613e56b)
  • rebuild tags (a810fef)
  • ncu -u (434576c)
  • add tests to try to repro #118 (4b46900)
  • Avoid TypeError (see #118) (797fa62)

Release 18.4.1

  • prep v18.4.1 (d01922f)
  • rebuild docs (92f9cde)
  • fix export that renamed BinaryField (3cec365)

Release 18.4.0

  • prep v18.4.0 (7a9876e)
  • rebuild docs (30e1879)
  • rebuild tags (0c38a1b)
  • add more guaranteed fields (ef38ebd)
  • Add rawValue to ExifTime (cc25905)
  • Add BinaryField (98893a7)

Release 18.3.0

  • prep 18.3 (5596830)
  • rebuild docs (5333f17)
  • rebuild tags (95ef79d)
  • ncu -u (117fa15)
  • Bump @​types/mocha from 9.1.1 to 10.0.0 (991906a)

Release 18.2.0

  • rebuild docs (2a510f0)
  • prep v18.2 (ebd0744)
  • rebuild tags (5daf8a5)
  • Remove timezone normalization. Improve timezone application to include parsed this.tz as a default value. Adopt geoTz zone name if offset matches zone offset tag value. Add tests. (0d40d46)
  • Verify that ExifDateTime parses timestamps with spurious suffixes like "DST" (c6cac85)
  • extract new firstDateTime(). add normalizeZone() (3e2843a)
  • ncu -u. sort deps. add geo-tz for tests. (ae35318)
  • Add geoTz impl as an ExifToolOption (4051824)
  • replace codeql with eslint (ed3f9a4)

... (truncated)

Changelog

Sourced from exiftool-vendored's changelog.

v18.6.0

  • 🌱 ExifTool upgraded to v12.50

  • 📦 Updated dependencies, rebuild tags and docs

v18.5.0

  • ExifToolOptions now supports an ignorableError predicate, used for characterizing errors as "ignorable". Defaults to ignoring the following styles of warnings:

    • Warning: Duplicate MakerNoteUnknown tag in ExifIFD
    • Warning: ICC_Profile deleted. Image colors may be affected
  • 🐞 Only read operations are now retried. See #119

v18.4.2

  • 🐞 Date-time tags with exactly Common Epoch (1970-01-01T00:00:00Z) are no longer filtered as invalid. See #118 for details.

  • 📦 Updated dependencies, rebuild tags and docs

v18.4.1

  • 🐞 The public export for BinaryField mistakenly exposed it being named BinaryDataField. The name of the export and the class are now both BinaryField.

v18.4.0

  • ✨ Binary fields are now parsed to a new BinaryField object which parses out the length of the binary field

  • 🐞/📦 Added more required tag fields to mktags, including SubSecModifyDate (which fell off of the Tags.ts API in v18.3.0, oops!)

  • 📦 ExifTime now retains the raw value to be consistent with ExifDate and ExifDateTime

v18.3.0

  • 🌱 ExifTool upgraded to v12.49, which adds write support to WEBP and a bunch of other goodness

  • 📦 Added new cameras to test image corpus, rebuilt tags and docs

  • 📦 Updated dependencies

v18.2.0

  • ✨ Add support for alternative gps timezone lookup libraries. If you want to use geo-tz instead, use something like this:
</tr></table> 

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [luxon](https://github.com/moment/luxon) to 3.2.1 and updates ancestor dependency [exiftool-vendored](https://github.com/photostructure/exiftool-vendored.js). These dependencies need to be updated together.


Updates `luxon` from 1.22.0 to 3.2.1
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@1.22.0...3.2.1)

Updates `exiftool-vendored` from 10.0.0 to 18.6.0
- [Release notes](https://github.com/photostructure/exiftool-vendored.js/releases)
- [Changelog](https://github.com/photostructure/exiftool-vendored.js/blob/main/CHANGELOG.md)
- [Commits](photostructure/exiftool-vendored.js@v10.0.0...v18.6.0)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
- dependency-name: exiftool-vendored
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants